home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1993 December
/
PSL Monthly Shareware CD-ROM (December 1993).iso
/
prgmming
/
win
/
pascal
/
pccldll.exe
/
CTRLCOMM.INC
< prev
next >
Wrap
Text File
|
1991-11-11
|
1KB
|
27 lines
{***************************************************************************
NoMan Custom Control Library $Version$
Common Identifiers Include File
$Author$ $Date$
Unit Description
This Turbo Pascal for Windows include file contains the identifiers
that are common to the control library and to any program or DLL
that uses the control library.
***************************************************************************}
const
{ Percent Control Constants }
PctNoStyles = 5; { Number of style bits we define }
{ Define the style bits }
Pct_Decades = $01; { Place tick marks & % values every 10% }
Pct_Quarters = $02; { Place tick marks & % values every 25% }
Pct_Halves = $04; { Place tick marks & % values every 50% }
Pct_Axis = $08; { Draw the tick marks on the control }
Pct_Digits = $10; { Draw the percentage in the middle of the control }
{ Define other constants }